(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/iffparse.h>
void FreeLocalItem()
SYNOPSIS
struct LocalContextItem * localItem

LOCATION
In IFFParseBase at offset 34
FUNCTION
Frees a local context item previously allocated by AllocLocalItem. This functioned should always be calles by custom LCI purge hooks.

INPUTS
localItem
pointer to LocalContextItem struct.
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
AllocLocalItem()
INTERNALS
HISTORY
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen